home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TPRINTGALLERYDIALOG / TPRINTGALLERYDIALOG.txt < prev   
Text File  |  2001-10-17  |  2KB  |  85 lines

  1. object PrintGalleryDialog: TPrintGalleryDialog
  2.   Left = 375
  3.   Top = 196
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Creating all index pages:'
  7.   ClientHeight = 154
  8.   ClientWidth = 411
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label0: TLabel
  21.     Left = 334
  22.     Top = 6
  23.     Width = 55
  24.     Height = 13
  25.     Caption = 'Page 1 of 5'
  26.   end
  27.   object ProgressLabel: TLabel
  28.     Left = 192
  29.     Top = 76
  30.     Width = 23
  31.     Height = 14
  32.     Caption = '55 %'
  33.   end
  34.   object Label1: TLabel
  35.     Left = 22
  36.     Top = 24
  37.     Width = 82
  38.     Height = 13
  39.     Caption = 'File 1224 of 2556'
  40.   end
  41.   object Label2: TLabel
  42.     Left = 22
  43.     Top = 42
  44.     Width = 355
  45.     Height = 26
  46.     AutoSize = False
  47.     Caption = 'PrintGalleryDialog (Unit 16.cpp)'
  48.     WordWrap = True
  49.   end
  50.   object Label3: TLabel
  51.     Left = 22
  52.     Top = 6
  53.     Width = 32
  54.     Height = 13
  55.     Caption = 'Label3'
  56.     Font.Charset = ANSI_CHARSET
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object CancelBtn: TButton
  64.     Left = 172
  65.     Top = 120
  66.     Width = 60
  67.     Height = 25
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 0
  71.     TabStop = False
  72.     OnClick = CancelBtnClick
  73.   end
  74.   object ProgressBar1: TProgressBar
  75.     Left = 24
  76.     Top = 94
  77.     Width = 361
  78.     Height = 16
  79.     Min = 0
  80.     Max = 100
  81.     Step = 1
  82.     TabOrder = 1
  83.   end
  84. end
  85.